home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / READF.HDR < prev    next >
Text File  |  1994-04-25  |  784b  |  36 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Readf() --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. None
  12.  
  13. SHORT:
  14.  
  15. An ultimately simplistic yet useful READ issuer.
  16.  
  17. DESCRIPTION:
  18.  
  19. _ReadF() is a READ replacement that controls the cursor making sure that it
  20. is on at all reads and then returns it's state to what it was before the
  21. read!
  22.  
  23. Programs that use _Menu(), _MenuA(), _Prepare(), or _KMenu(), need to use
  24. _ReadF(), since these function set the cursor off.
  25.  
  26. NOTE:
  27.  
  28.  
  29.  
  30. EXAMPLE:
  31.  
  32. @ 10,10 SAY "Howdy!" GET howdy
  33. _ReadF()
  34.  
  35. ******************************************************************************/
  36.